IncludeWhatYouUse

Undocumented in source.

Members

Functions

execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
explain
string explain()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
putEnv
void putEnv(Environment v)

The environment the analyzers execute in.

result
Result result()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()

Setup the environment for analyze.

tearDown
void tearDown()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseFixture

name
string name()

the name of the analyser.

explain
string explain()

Explain what the analyser is.

putEnv
void putEnv(Environment )

The environment the analysers execute in.

setup
void setup()

Setup the environment for analyze.

execute
void execute()

Execute the analyser.

tearDown
void tearDown()

Cleanup after analyze.

result
Result result()

Meta